home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global end
- set the movieRate of sprite 5 to 0
- if the directToStage of cast "GREET.MOV" = 0 then
- set the directToStage of cast "GREET.MOV" to 1
- end if
- if the sound of cast "GREET.MOV" <> 1 then
- set the sound of cast "GREET.MOV" to 1
- end if
- set end to the duration of cast "GREET.MOV"
- if the movieRate of sprite 5 <> 1 then
- set the movieRate of sprite 5 to 1
- end if
- end
-